<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*小屏幕电脑样式*/
@media (max-width: 1200px) {
    .g-foot {
        width: 1200px;
    }

    .m-foot {
        width: 1200px;
    }

    .Copyright {
        width: 1200px;
    }

    .g-box {
        width: 1200px;
    }
}

/*平板样式*/

@media (max-width: 992px) {
    .g-box {
        width: 1200px;
    }

    .g-foot {
        width: 1200px;
    }

    .m-foot {
        width: 1200px;
    }

    .Copyright {
        width: 1200px;
    }

}

@media (max-width: 768px) {
    .pr-m0 {
        padding-right: 0px
    }

    .pl-m0 {
        padding-left: 0px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .g-box {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .g-foot {
        width: 100%;
    }

    .m-foot {
        width: 100%;
        margin-top: 20px;
    }

    .Copyright {
        width: 100%;
    }

    /* 200121追加：双端显示方式完全不同的模块 */
    .m-display__none {
        display: none;
    }
    .m-display__only {
        display: block;
    }

    /*200121整理 顶部*/
    /* 新闻搜索栏：绝对定位、z-index层级上升 */
    .m-search {
        width: 70%;
        height: 30px;
        position: absolute;
        top: -42px;
        margin-left: -35%;
        z-index: 10;
    }

    /* 导航栏：
     * 整体绝对定位、z-index在0与搜索栏之间；
     * 追加背景底色；
     * toggle修改位置；
     * 下拉列表修改位置、两栏分布；
     */
    .m-nav {
        position: absolute;
        z-index: 5;
        top: 0;
    }

    .m-nav .nav-box {
        box-shadow: none;
        background-color: #2459c6;
        margin-top: 0;
    }

    .nav-ul-m .nav-ul li a.active, .nav-ul-m .nav-ul li a:hover {
        border-bottom: none;
    }

    .m-nav ul {
        width: 100%;
        margin: 135px auto 0px;
    }

    .nav-box {
        padding: 0px;
    }

    .navbar-default {
        background-color: transparent;
        border: none;
        border-radius: 0px;
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 1000000;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #2459c6;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle {
        border: none;
        background: #2459c6;
        width: 40px;
        height: 40px;
        padding: 0px 9px;
        margin-top: 0;
        border-radius: 4px;
        position: absolute;
        top: 5px;
        left: 15px;
    }


    .navbar-default .navbar-toggle {
        border-color: #286090;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 24px;
        height: 3px;
        border-radius: 1px;
    }

    .navbar-collapse {
        border-top: none;
        padding-bottom: 20px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 8px;
    }

    .nav-box .nav-ul li {
        float: left;
        width: 50%;
    }

    .nav-box .nav-ul li a p:nth-child(1) {
        font-size: 40px;
        margin: 0px;
        writing-mode: lr-tb;
    }

    .nav-box .nav-ul li a p:nth-child(2) {
        writing-mode: lr-tb;
        float: right;
        font-size: 12px;
        /*line-height: 70px;*/
        height: 47px;
        line-height: 46px;
        padding: 0px;
        padding-left: 0px;
    }

    .nav-box .nav-ul li a p:nth-child(3) {
        writing-mode: lr-tb;
        font-size: 18px;
        height: 46px;
        line-height: 46px;
        padding: 0px;
        padding-left: 30px;
        /*line-height: 40px;*/
    }

    .nav-box .nav-ul {
        padding: 0px 10px;
        background-color: #fff;
        box-shadow: 0px 0px 10px #6b6b6b;
    }

    .nav-box .nav-ul li {
        padding: 10px 0px;
        border-bottom: 1px solid #e7e7e7;
    }

    .building-bottom {
        background: url(../images/headBg-iphone.png) center top no-repeat;
        width: 100%;
        min-height: 250px;
        position: absolute;
        bottom: -152px;
        left: 0px;
        z-index: 100000;

    }

    /* 右上角登录入口 */
    .m-display__only .top-login {
        position: absolute;
        display: block;
        top: 5px;
        right: 15px;
        width: 40px;
        height: 40px;
        background: url("../img/ico-index_login.png") center center no-repeat #2459c6;
        background-size: 40px 40px;
    }

    /* 顶banner：绝对定位 */
    .g-title {
        position: absolute;
        top: 50px;
        z-index: 10;
    }

    .top-title {
        height: 30px;
        width: 100%;
        position: absolute;
        top: 25px;
        left: 0px;
        margin-left: 0px;
    }

    .top-bg {
        width: 100%;
        height: 85px;
    }

    /* 举报三连按钮组：追加flex格式 */
    .mid-top-box {
        margin-top: 155px;
        margin-bottom: 15px;
        display: flex;
        position: relative;
        height: 86px;
    }

    .flex33 {
        width: 30%;
        margin: 0 auto;
    }

    .mid-top{
        height: 86px;
    }

    .mid-top-box .report a, .mid-top-box .tel a, .mid-top-box .web a {
        font-size: 18px;
        line-height: 120px;
        height: 86px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .mid-report-ico1 {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 11px;
        left: calc(50% - 15px);
    }

    .mid-tel-ico2 {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 11px; /*01.07改*/
        left: calc(50% - 15px);
    }

    .mid-web-ico3 {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 11px;
        left: calc(50% - 15px);
    }

    .mid-top-box .tel {
        line-height: 88px;
        font-size: 16px;
    }

    /* 关注按钮组 */
    .follow-box{
        display: flex;
        position: relative;
        margin: 0 0 20px;
    }

    .flex50{
        width: 47%;
        margin: 0 auto;
    }

    .follow-box .wechat a, .follow-box .weibo a{
        display: block;
        height: 43px;
        padding-left: 35px;
        font-size: 15px;
        font-weight: bold;
        line-height: 43px;
        text-align: center;
        background: url("../img/bg8.png") center center no-repeat;
        background-size: cover;
        border-radius: 4px;
    }

    .follow-wechat-ico1{
        background: url("../img/icon-wechat.png") center center no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 8px;
        top: 5px;
    }
    @media (max-width:350px) {
        .follow-box .wechat a{
            font-size: 13px;
        }
    }
    .follow-weibo-ico2{
        background: url("../img/icon-weibo.png") center center no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 10px;
        top: 5px;
    }

    /* 200121整理--end */

    /* 200121追加：只在移动端显示的公告单图 */
    .m-announcement{
        display: block;
        width: 100%;
        height: 90px;
        background: url("../img/adpic.png") center center no-repeat;
        background-size: cover;
    }
    /* 200121追加：只在移动端显示的公告单图 --end */

    .im-news .carousel-inner img {
        width: 100%;
    }

    .im-news .carousel-indicators {
        position: absolute;
        left: 92%;
        margin-bottom: -6px;
    }



    .list-news {
        margin-top: 20px;
    }

    /* 200121修改：公告栏上边距位移 */
    .notice-box {
        margin-top: 20px;
    }
    /* 200121修改：公告栏上边距位移 --end */

    .carousel-indicators {
        width: 40%;
    }

    .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
        font-size: 16px;
    }

    .news-one .nav-tabs a {
        font-size: 16px;
        padding-left: 14px;
    }

    .more-m1 {
        margin-top: 11px;
        padding-right: 0px;
    }

    .news-list-one li a {
        width: 71%; /*12.24改*/
    }

    .notice-box .nav {
        height: 42px;
    }

    /* 200121修改 "更多"：位移 */
    .more-m2 {
        margin-top: 20px;
    }
    /* 200121修改"更多"--end */

    .connect-ico1 {
        background: url(../img/ico100.png) center right no-repeat;
        background-size: cover;
    }

    .connect-ico3 {
        background: url(../img/ico100.png) center right no-repeat;
        background-size: cover;
    }

    .connect-box p {
        font-size: 22px;
        line-height: 46px;
    }

    .m-Links li {
        width: 187px;
        font-size: 12px;
    }

    .recommend-news .carousel-indicators {
        position: absolute;
        left: 90%;
        margin-bottom: 0px;
    }

    #carousel-example-generic .carousel-indicators {
        left: 60%;
    }

    .pagination-m {
        padding-left: 20px;
    }

    .carousel-inner-m {
        margin-top: 40px
    }

    .top-up a {
        float: left;
    }

    .pirate-title {
        height: 120px;
        width: 100%;
    }

    .reject-link {
        position: absolute;
        bottom: -60px;
        left: 50%;
        margin-left: -75px;
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .pirate-mid-tag {
        height: 70px;
        margin-top: 90px;
    }

    .pirate-news-title h2 {
        font-weight: 500;
    }

    .pirate-news-title {
        /*height: 146px;*/
        border-bottom: 2px #eaeaea solid;
    }

    .pirate-list li {
        height: 40px;
        padding-top: 10px;
    }

    ul.pirate-list li:before {
        position: absolute;
        left: 6px;
        top: 13px;
    }

    .pirate-list {
        padding-bottom: 30px;
    }

    .carousel-indicators {
        left: 94%;
        margin-bottom: -7px;
    }

    .official-list li a {
        width: 74%;
    }

    .official-list {
        padding-bottom: 0px;
    }

    .submit-m .btn-default {
        margin-left: 80px;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .details-return {
        padding-top: 40px;
    }

    .my-nav .navbar-toggle {
        position: absolute;
        top: 155px;
        right: 15px;
    }

    .infor-up-box {
        margin-top: 125px;
        margin-bottom: 20px;
    }

    .infor-up-box {
        height: 60px;
    }

    .carousel-caption span {
        width: 68%;
    }

    .l-logo {
        width: 100px;
        height: 82px;
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -50px;
    }

    .l-title {
        height: 20px;
        width: 320px;
        position: absolute;
        top: 138px;
        left: 50%;
        margin-left: -160px;
    }
    /* 2021.03.16 */
    .form-box {
        height: 380px;
        width: 90%;
        position: absolute;
        top: 190px;
        left: 50%;
        margin-left: -45%;
    }

    .form-horizontal-m .form-control {
        height: 55px;
        font-size: 16px;
        padding-left: 85px;
    }

    .form-horizontal-m .form-group {
        width: 85%;
        margin: 10px auto;
    }

    .user-ico {
        height: 45px;
        width: 45px;
        position: absolute;
        top: 6px;
        left: 15px;
    }

    .password-ico {
        height: 45px;
        width: 45px;
        position: absolute;
        top: 6px;
        left: 15px;
    }

    .line-ico {
        height: 46px;
        position: absolute;
        top: 5px;
        left: 70px;
    }

    .form-control-m {
        width: 130px;
    }

    .vcoed-ico {
        height: 55px;
        width: 130px;
        position: absolute;
        top: 0px;
        right: 1px;
    }

    .form-horizontal-m .form-control-m {
        padding-left: 10px;
        margin-top: 10px;
    }

    .button-link {
        display: block;
        position: absolute;
        bottom: 45px;
        width: 85%;
        height: 40px;
        line-height: 25px;
        left: 50%;
        margin-left: -42%;
    }

    .loginbg {
        height: 650px;
    }

    .login-link2 {
        right: 43px;
    }

    .login-link1 {
        right: 82px;
    }

    .checkbox-m {
        left: 30px;
    }

    .top-title-r {
        height: 30px;
        width: 100%;
        position: absolute;
        top: 25px;
        left: 0px;
        margin-left: 0px;
    }

    .top-bg-r {
        height: 85px;
    }

    .informer {
        width: 100%;
        font-size: 20px;
        background: #ededed;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .inf-form {
        /* height: 1000px; */
        border: 0px #ededed solid;
        border-bottom: 0px #ededed solid;
        width: 100%;
    }

    .inf-form label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 16px;
    }

    .form-group-v .btn-success {
        margin-left: 40px;
    }

    .form-group-v .btn-default {
        margin-left: 40px;
    }

    /* .details-news-m h4 {
       width: 78%;
     }*/
    /*  .m-search .form-control {
        margin-left: 10px;
    }*/
    ul.nav-tabs-m1 li:before {
        background: url(../img/line1.png) no-repeat;
        content: "";
        width: 2px;
        height: 16px;
        position: absolute;
        left: 100%;
        top: 12px;
        z-index: 100;
    }

    ul.nav-tabs-m2 li:before {
        background: url(../img/line1.png) no-repeat;
        content: "";
        width: 2px;
        height: 16px;
        position: absolute;
        left: 100%;
        top: 12px;
        z-index: 100;
    }

    .connect-ico2 {
        background: url(../img/.png) center right no-repeat;
        background-size: cover;
        width: 3px;
        height: 75px;
        position: absolute;
        top: 9px;
        right: -4px;
    }

    .pirate-news-title h2 {
        font-size: 18px;
    }

    .pirate-list li a {
        font-size: 16px;
    }

    .official-list li a {
        font-size: 16px;
    }

    .details-box .details-title h2 {
        font-size: 20px;
        padding-top: 15px;
    }

    .details-content p {
        text-indent: 2em;
        font-size: 16px;
        color: #474747;
        padding-top: 10px;
        line-height: 36px;
    }

    .details-my p {
        font-size: 16px;
        color: #474747;
        padding-top: 10px;
        line-height: 30px;
    }


    /* 12.24 */
    .tTitle {
        font-size: 16px;
        margin-top: 15px;
    }

    .notice-box .nav-tabs a {
        font-size: 16px;
    }

    .tMore {
        margin: -15px 0 0;
    }

    ul.list-news li a, .news-list-one li a {
        font-size: 14px;
    }

    ul.list-news li p, ul.list-news li .imnews, .notice-box ul.notice-list li a {
        font-size: 14px;
    }

    ul.list-news li p.imnewsCon {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    ul.list-news li div {
        top: 90px;
    }

    ul.notice-list li:before {
        left: 12px;
    }

    ul.list-news li {
        height: 115px;
    }

    ul.list-news li:before {
        top: 0;
    }

    /* 01.07改 */
    .contactBox li {
        font-size: 16px;
    }

    .contactBox li &gt; span.lagerTxt {
        font-size: 16px;
    }

    .contactBox {
        margin-top: 0;
    }

    .jdyBg .login {
        right: 25px;
        top: 53%;
    }

    .jdyBg .login img {
        height: 20px;
    }

    .reportAgency {
        padding: 10px;
        height: 96px;
    }

    .reportAgency table {
        font-size: 12px;
    }

    .reportAgency table tr td:nth-child(2) {
        padding: 2px 8px 5px;
    }

    .reportAgency h2, .reportWebsite h2, .reportTel h2 {
        font-size: 20px;
    }

    /* 2021.03.15 注册适配 */

    #jdyzc .g-title {
        top: 0;
    }
    .informer {
        margin-top: 100px;
        background: transparent;
    }
    .informer .informer-switch {
        width: 45%;
        font-size: 12px;
        padding: 0px;
        line-height: 2em;
        padding: 5px;
        top: 32px;
    }
    .informer .informer-title {
        width: 100%;
        line-height: 2em;
        font-size: 16px;
    }
    #jdyzc .form-horizontal .control-label span {
        width: 100%;
        text-align: left;
        float: none;
    }
    .inf-form form div.form-group {
        margin-top: 0;
        margin-bottom: 0;
    }
    #jdyzc .form-horizontal .control-label {
        margin-top: 20px;
    }
    #jdyzc .form-control#address {
        margin-top: 20px;
    }
    #jdyzc .form-group-v .btn-default {
        display: block;
        width: 50%;
        margin: 20px auto;
    }
    .center-block #check {
        margin-left: -64%;
    }
    .form-horizontal .control-label.required span:before {
        right: auto;
        left: 5px;
    }
    .login{
        display: block !important;
        right: 15px;
        top: 6px;
    }
    .login img {
        height: 20px;
        width: auto !important;
        display: inline-block;
    }
    .form-horizontal-m .form-radio {
        position: absolute;
        bottom: 90px !important;
        left: 35% !important;
    }
    .form-up {
        margin-top: 100px;
        padding-top: 20px;
    }
    input[type="text"],
    textarea {
        -webkit-appearance: none;
    }
    .submit-m .btn-default:hover {
        margin: 20px auto 0;
    }
    .submit-m .btn-default {
        display: block;
        margin: 20px auto 0;
    }
    #findPwdPage .g-title{
        top: 0;
    } 
    #findPwdPage .inf-form form div.form-group {
        margin-top: 15px;
    }
    #findPwdPage .form-group-v .btn{
        width: 35%;
        margin-left: 10%;
    }
    #findPwdPage .inf-form {
        height: auto;
    }
    #findPwdPage .js-get-email-code {
        width: 10em !important;
        margin-left: 3em;
    }
    @media (max-width:320px){
        #findPwdPage .js-get-email-code {
            width: 9em !important;
            margin-left: 5em;
        }
    }
    #findPwdPage .form-group-v {
        margin-left: 0 !important;
        /*text-align: center;*/
    }
}
</pre></body></html>